You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > Abs Method > VectorInt.Abs Method ([In] TMtxVecInt, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.Abs Method ([In] TMtxVecInt, [In] int, [In] int, [In] int)

Absolute values of Src vector elements [VecIndex]..[VecIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVecInt Abs([In] TMtxVecInt Src, [In] int SrcIndex, [In] int Index, [In] int Len);

Src vector elements [VecIndex]..[VecIndex+Len-1] absolute values in calling vector elements [Index]..[Index+Len-1].

An exception is raised if array borders are overrun/underrun. 

Note Please note the calling vector elements [Index]..[Index+Len-1] are overwritten with result of routine call.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!